Home
last modified time | relevance | path

Searched defs:rel_path (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp106 string package, class_name, rel_path; in AddStubParcelable() local
121 string package, class_name, rel_path; in AddStubInterface() local
130 string package, class_name, rel_path; in AddCompoundParcelable() local
H A Dtest_util.cpp39 string rel_path{package_class}; in CanonicalNameToPath() local
50 string* rel_path, in SplitPackageClass()
/aosp12/bionic/libc/kernel/tools/
H A Dclean_header.py82 def cleanupFile(dst_file, src_file, rel_path, no_update = True): argument
/aosp12/system/core/libprocessgroup/
H A Dcgroup_map.cpp94 std::string CgroupController::GetProcsFilePath(const std::string& rel_path, uid_t uid, in GetProcsFilePath()
/aosp12/bionic/tools/versioner/src/
H A DPreprocessor.cpp449 std::string rel_path = path.substr(src_dir.length() + 1).str(); in preprocessHeaders() local
487 llvm::StringRef rel_path = file_path.substr(src_dir.size(), file_path.size() - src_dir.size()); in preprocessHeaders() local
/aosp12/system/core/fastboot/
H A Dvendor_boot_img_utils_test.cpp231 void OpenTestFile(const char* rel_path, std::unique_ptr<TestFileHandle>* handle, in OpenTestFile()