Home
last modified time | relevance | path

Searched defs:child_path (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.cpp705 const string child_path = parent_path + "/" + name; in do_lookup() local
942 const string child_path = parent_path + "/" + name; in pf_mknod() local
980 const string child_path = parent_path + "/" + name; in pf_mkdir() local
1021 const string child_path = parent_path + "/" + name; in pf_unlink() local
1057 const string child_path = parent_path + "/" + name; in pf_rmdir() local
1807 const string child_path = parent_path + "/" + name; in pf_create() local
/aosp12/art/runtime/
H A Dvdex_file.cc231 static bool CreateDirectories(const std::string& child_path, /* out */ std::string* error_msg) { in CreateDirectories()
/aosp12/system/iorap/src/inode2filename/
H A Dsearch_directories.cc500 auto child_path = [&] { return dirpath + "/" + dp->d_name; }; in ReadDirectoryEntriesFromDirectoryPath() local