HomeSort by relevance Sort by last modified time
    Searched defs:found_path (Results 1 - 2 of 2) sorted by null

  /test/vts/agents/hal/
AgentRequestHandler.cpp 69 string found_path = path + "/" + string(dirp->d_name); local
70 cout << __FUNCTION__ << ": found " << found_path << endl;
71 response_msg.add_file_names(found_path);
  /external/selinux/libselinux/src/
label_file.c 534 char found_path[PATH_MAX]; local
542 fp = open_file(path, suffix, found_path, sizeof(found_path),
548 load_mmap(fp, sb.st_size, rec, found_path) :
549 process_text_file(fp, prefix, rec, found_path);
552 found_path);

Completed in 1373 milliseconds