Home
last modified time | relevance | path

Searched refs:result_path (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
Dntpath.py65 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/
Dcontainer_bucket.py143 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/
Dntpath.py88 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/
Dlinux_system_roots_test.cc50 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/
Dretrieve_logs.cgi138 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/
DPathV2.inc526 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/
DPathV2.inc348 SmallVectorImpl<char> &result_path,
434 result_path.clear();
436 result_path.append(d.begin(), d.end());
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h365 SmallVectorImpl<char> &result_path,
/external/autotest/site_utils/
Dgs_offloader.py393 for result_path, result_pattern in [(cts_path, CTS_RESULT_PATTERN),
396 for path in glob.glob(result_path):
/external/toolchain-utils/crosperf/
Dresults_cache_unittest.py995 result_path = self.results_cache.GetCacheDirForWrite()
1004 self.assertEqual(result_path, comp_path)
/external/skia/tests/
DPathOpsOpTest.cpp5726 SkPath result_path; in seanbug() local
/external/skqp/tests/
DPathOpsOpTest.cpp5726 SkPath result_path; in seanbug() local