/external/autotest/client/cros/audio/ |
pack_audio_quality.py | 41 def create_link(): function 144 create_link()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
cli_shared.py | 233 def _recommend_command(command, description, indent=2, create_link=False): 240 create_link: (bool) Whether a command link is to be applied to the command 250 if create_link: 339 create_link=True)) 344 create_link=True)) 375 "inspect/modify their values", create_link=True)) 473 create_link=True)) 477 create_link=True)) 483 create_link=True))
|
/external/llvm/unittests/Support/ |
LockFileManagerTest.cpp | 69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str());
|
Path.cpp | 470 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); 534 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
LockFileManagerTest.cpp | 69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str());
|
Path.cpp | 500 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); 644 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); 864 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/a")); 868 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/b/ba")); 870 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/b/bc")); 872 fs::create_link("no_such_file", Twine(TestDirectory) + "/symlink/c")); [all...] |
/external/bcc/src/cc/frontends/p4/test/ |
endToEndTest.py | 133 def create_link(self, src, dest): member in class:NetworkBase 231 self.create_link(self.client_endpoint, self.sw_clt_endpoint) 234 self.create_link(self.server_endpoint, self.sw_srv_endpoint)
|
/external/autotest/client/cros/chameleon/ |
chameleon_audio_helper.py | 141 def create_link(self, source, sink): member in class:AudioLinkFactory 391 source, self._link_factory.create_link(source, sink), sink)
|
/external/llvm/lib/Support/ |
LockFileManager.cpp | 208 sys::fs::create_link(UniqueLockFileName, LockFileName);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
LockFileManager.cpp | 221 sys::fs::create_link(UniqueLockFileName, LockFileName);
|
/external/llvm/include/llvm/Support/ |
FileSystem.h | 340 std::error_code create_link(const Twine &to, const Twine &from); [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
FileSystem.h | 343 std::error_code create_link(const Twine &to, const Twine &from); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
FileSystem.h | 332 std::error_code create_link(const Twine &to, const Twine &from); [all...] |