Home
last modified time | relevance | path

Searched refs:result_path (Results 1 – 8 of 8) 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.py241 def setup_test(self, name, job_id, server_package_url, result_path, argument
273 if not os.path.exists(result_path):
275 result_path)
276 result_path = os.path.abspath(result_path)
287 safe_control = os.path.join(result_path, control_file_name)
319 (result_path,
/external/autotest/tko/
Dretrieve_logs.cgi123 for result_path in tpool.imap_unordered(_check_result, tpool_args):
124 if result_path:
125 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.py395 for result_path, result_pattern in [(cts_path, CTS_RESULT_PATTERN),
398 for path in glob.glob(result_path):
/external/toolchain-utils/crosperf/
Dresults_cache_unittest.py996 result_path = self.results_cache.GetCacheDirForWrite()
1005 self.assertEqual(result_path, comp_path)