Home
last modified time | relevance | path

Searched refs:instance_path (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.cc80 const std::string& instance_path) { in CreateGuessingMountPoint() argument
85 if (!instance_path.empty()) in CreateGuessingMountPoint()
86 path += instance_path; in CreateGuessingMountPoint()
Dftrace_procfs.h37 const std::string& instance_path = "");
/external/autotest/server/cros/tradefed/
Dtradefed_test.py664 instance_path = os.path.join(instance_dir, filename)
665 shutil.copyfile(cache_path, instance_path)
666 return instance_path
679 instance_path = os.path.join(self._tradefed_install, dir1, dir2)
680 logging.info('Copying %s to instance %s', cache_path, instance_path)
681 shutil.copytree(cache_path, instance_path)
682 return instance_path