Searched refs:rel_path (Results 1 – 6 of 6) sorted by relevance
/system/tools/aidl/tests/ |
D | fake_io_delegate.cpp | 105 string package, class_name, rel_path; in AddStubParcelable() local 106 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddStubParcelable() 116 SetFileContents(rel_path, contents); in AddStubParcelable() 120 string package, class_name, rel_path; in AddStubInterface() local 121 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddStubInterface() 124 SetFileContents(rel_path, contents); in AddStubInterface() 129 string package, class_name, rel_path; in AddCompoundParcelable() local 130 SplitPackageClass(canonical_name, &rel_path, &package, &class_name); in AddCompoundParcelable() 136 SetFileContents(rel_path, contents); in AddCompoundParcelable()
|
D | test_util.cpp | 39 string rel_path{package_class}; in CanonicalNameToPath() local 40 for (char& c : rel_path) { in CanonicalNameToPath() 45 rel_path += extension; in CanonicalNameToPath() 46 return rel_path; in CanonicalNameToPath() 50 string* rel_path, in SplitPackageClass() argument 55 *rel_path = CanonicalNameToPath(package_class.c_str(), ".aidl"); in SplitPackageClass()
|
D | test_util.h | 30 std::string* rel_path,
|
D | end_to_end_tests.cpp | 55 void CheckFileContents(const string& rel_path, in CheckFileContents() argument 58 ASSERT_TRUE(io_delegate_.GetWrittenContents(rel_path, &actual_content)) in CheckFileContents() 59 << "Expected aidl to write to " << rel_path << " but it did not."; in CheckFileContents() 66 FAIL() << "Actual contents of " << rel_path in CheckFileContents()
|
/system/core/libprocessgroup/ |
D | cgroup_map.cpp | 80 std::string CgroupController::GetTasksFilePath(const std::string& rel_path) const { in GetTasksFilePath() 83 if (!rel_path.empty()) { in GetTasksFilePath() 84 tasks_path += "/" + rel_path; in GetTasksFilePath() 89 std::string CgroupController::GetProcsFilePath(const std::string& rel_path, uid_t uid, in GetProcsFilePath() argument 92 proc_path.append("/").append(rel_path); in GetProcsFilePath()
|
/system/extras/perfprofd/scripts/ |
D | perf_proto_stack_sqlite_flame.py | 201 for rel_path in rel_paths: 202 script_js = os.path.join(os.path.dirname(__file__), rel_path)
|