HomeSort by relevance Sort by last modified time
    Searched refs:result_path (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 78 result_drive, result_path = splitdrive(path)
85 result_path = p_path
91 result_path = p_path
96 if result_path and result_path[-1] not in '\\/':
97 result_path = result_path + '\\'
98 result_path = result_path + p_path
100 if (result_path and result_path[0] not in '\\/' and
    [all...]
  /external/autotest/tko/
retrieve_logs.cgi 123 for result_path in tpool.imap_unordered(_check_result, tpool_args):
124 if result_path:
125 return result_path
  /tools/test/connectivity/acts/framework/acts/controllers/
iperf_server.py 47 def __init__(self, result_path):
49 with open(result_path, 'r') as f:
52 with open(result_path, 'r') as f:
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 177 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));
178 return result_path;
  /external/autotest/site_utils/
lxc.py     [all...]
gs_offloader.py 377 for result_path, result_pattern in [(cts_path, CTS_RESULT_PATTERN),
380 for path in glob.glob(result_path):
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileSystem.h 359 /// @param result_path Set to the opened file's absolute path.
365 SmallVectorImpl<char> &result_path,
  /external/toolchain-utils/crosperf/
results_cache_unittest.py     [all...]

Completed in 835 milliseconds