Searched refs:result_path (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/ |
D | ntpath.py | 65 result_drive, result_path = splitdrive(path) 72 result_path = p_path 78 result_path = p_path 83 if result_path and result_path[-1] not in '\\/': 84 result_path = result_path + '\\' 85 result_path = result_path + p_path 87 if (result_path and result_path[0] not in '\\/' and 89 return result_drive + sep + result_path 90 return result_drive + result_path
|
/external/autotest/site_utils/lxc/ |
D | container_bucket.py | 143 def setup_test(self, container_id, job_id, server_package_url, result_path, argument 178 if not os.path.exists(result_path): 180 result_path) 181 result_path = os.path.abspath(result_path) 192 safe_control = os.path.join(result_path, control_file_name) 214 (result_path,
|
/external/python/cpython3/Lib/ |
D | ntpath.py | 88 result_drive, result_path = splitdrive(path) 95 result_path = p_path 101 result_path = p_path 106 if result_path and result_path[-1] not in seps: 107 result_path = result_path + sep 108 result_path = result_path + p_path 110 if (result_path and result_path[0] not in seps and 112 return result_drive + sep + result_path 113 return result_drive + result_path
|
/external/grpc-grpc/test/core/security/ |
D | linux_system_roots_test.cc | 50 char result_path[MAXPATHLEN]; in TEST() local 51 grpc_core::GetAbsoluteFilePath(directory, filename, result_path); in TEST() 52 EXPECT_STREQ(result_path, "nonexistent/test/directory/doesnotexist.txt"); in TEST()
|
/external/autotest/tko/ |
D | retrieve_logs.cgi | 138 for result_path in tpool.imap_unordered(_check_result, tpool_args): 139 if result_path: 140 return result_path
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 526 SmallVectorImpl<char> &result_path, 528 // Use result_path as temp storage. 529 result_path.set_size(0); 530 StringRef m = model.toStringRef(result_path); 600 // Create the directories using result_path as temp storage. 602 random_path_utf16.size(), result_path)) 604 StringRef p(result_path.begin(), result_path.size()); 630 // Set result_path to the utf-8 representation of the path. 632 random_path_utf16.size(), result_path)) {
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | PathV2.inc | 348 SmallVectorImpl<char> &result_path, 434 result_path.clear(); 436 result_path.append(d.begin(), d.end());
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileSystem.h | 365 SmallVectorImpl<char> &result_path,
|
/external/autotest/site_utils/ |
D | gs_offloader.py | 393 for result_path, result_pattern in [(cts_path, CTS_RESULT_PATTERN), 396 for path in glob.glob(result_path):
|
/external/toolchain-utils/crosperf/ |
D | results_cache_unittest.py | 995 result_path = self.results_cache.GetCacheDirForWrite() 1004 self.assertEqual(result_path, comp_path)
|
/external/skia/tests/ |
D | PathOpsOpTest.cpp | 5726 SkPath result_path; in seanbug() local
|
/external/skqp/tests/ |
D | PathOpsOpTest.cpp | 5726 SkPath result_path; in seanbug() local
|