Searched refs:instance_path (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/test/subset/ |
H A D | generate-expected-outputs.py | 33 instance_path = os.path.join(tempfile.mkdtemp (), font_name) 39 args.extend(["--output=%s" % instance_path, 43 input_path = instance_path
|
/aosp_15_r20/external/autotest/server/cros/tradefed/ |
H A D | tradefed_test.py | 673 instance_path = os.path.join(instance_dir, filename) 674 shutil.copyfile(cache_path, instance_path) 675 return instance_path 688 instance_path = os.path.join(self._tradefed_install, dir1, dir2) 711 special_dest = os.path.join(instance_path, xts_name) 715 cache_path, instance_path) 739 instance_path) 740 shutil.copytree(cache_path, instance_path) 741 return instance_path
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | ftrace_controller.cc | 820 std::optional<std::string> instance_path = AbsolutePathForInstance( in CreateSecondaryInstance() local 822 if (!instance_path.has_value()) { in CreateSecondaryInstance() 828 auto ftrace_procfs = FtraceProcfs::Create(*instance_path); in CreateSecondaryInstance() 831 instance_path->c_str()); in CreateSecondaryInstance() 839 instance_path->c_str()); in CreateSecondaryInstance()
|
H A D | ftrace_procfs.cc | 88 const std::string& instance_path) { in CreateGuessingMountPoint() argument 93 if (!instance_path.empty()) in CreateGuessingMountPoint() 94 path += instance_path; in CreateGuessingMountPoint()
|
H A D | ftrace_procfs.h | 39 const std::string& instance_path = "");
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-events.c | 524 char *instance_path; in tracefs_event_get_file() local 532 instance_path = tracefs_instance_get_file(instance, path); in tracefs_event_get_file() 535 return instance_path; in tracefs_event_get_file()
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-record.c | 421 char *instance_path; in __add_all_instances() local 428 instance_path = append_file(instances_dir, name); in __add_all_instances() 429 ret = stat(instance_path, &st); in __add_all_instances() 431 free(instance_path); in __add_all_instances() 434 free(instance_path); in __add_all_instances()
|