Home
last modified time | relevance | path

Searched refs:StatPath (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/unittests/Basic/
DFileManagerTest.cpp32 const char *StatPath) { in InjectFileOrDirectory() argument
39 if (StatPath) { in InjectFileOrDirectory()
40 NormalizedStatPath = StatPath; in InjectFileOrDirectory()
42 StatPath = NormalizedStatPath.c_str(); in InjectFileOrDirectory()
46 if (!StatPath) in InjectFileOrDirectory()
47 StatPath = Path; in InjectFileOrDirectory()
52 llvm::vfs::Status Status(StatPath, llvm::sys::fs::UniqueID(1, INode), in InjectFileOrDirectory()
62 const char *StatPath = nullptr) { in InjectFile() argument
63 InjectFileOrDirectory(Path, INode, /*IsFile=*/true, StatPath); in InjectFile()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py2698 self.device.StatPath('/data/local/tmp/foo.txt'))
2705 self.device.StatPath('/data/local/tmp/some_dir'))
2712 self.device.StatPath('/data/local/tmp/some_dir/'))
2719 self.device.StatPath('/data/local/tmp/does.not.exist.txt')
Ddevice_utils.py2604 def StatPath(self, device_path, as_root=False, **kwargs): member in DeviceUtils
2653 entry = self.StatPath(device_path, as_root=as_root, **kwargs)
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md1198 ### DeviceUtils.StatPath