HomeSort by: relevance | last modified time | path
    Searched refs:get_file_path (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_conf.c 202 get_file_path(char *ptr, char **dest) function
384 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) {
426 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) {
452 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) {
478 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) {
504 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) {
530 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) {
  /src/external/gpl3/gcc/dist/gcc/
input.cc 64 const char *get_file_path () const { return m_file_path; } function in class:file_cache_slot
324 if (c->get_file_path () && !strcmp (c->get_file_path (), file_path))
396 bool c_is_empty = (c->get_file_path () == NULL);
399 || (to_evict->get_file_path () && c_is_empty))
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 58 const char *get_file_path () const { return m_file_path; } function in class:file_cache_slot
340 if (c->get_file_path () && !strcmp (c->get_file_path (), file_path))
412 bool c_is_empty = (c->get_file_path () == NULL);
415 || (to_evict->get_file_path () && c_is_empty))

Completed in 60 milliseconds