Searched refs:StatPath (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/unittests/Basic/ |
D | FileManagerTest.cpp | 32 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/ |
D | device_utils_test.py | 2698 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')
|
D | device_utils.py | 2604 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/ |
D | device_utils.md | 1198 ### DeviceUtils.StatPath
|