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

  /external/v8/build/
vs_toolchain.py 174 for file_part in ('p', 'r'):
175 dll = dll_pattern % file_part
184 for file_part in ('msvcp', 'vccorlib', 'vcruntime'):
185 dll = dll_pattern % file_part
191 file_part = os.path.basename(ucrt_src_file)
192 ucrt_dst_file = os.path.join(target_dir, file_part)
  /external/v8/gypfiles/
vs_toolchain.py 174 for file_part in ('p', 'r'):
175 dll = dll_pattern % file_part
184 for file_part in ('msvcp', 'vccorlib', 'vcruntime'):
185 dll = dll_pattern % file_part
192 file_part = os.path.basename(ucrt_src_file)
193 ucrt_dst_file = os.path.join(target_dir, file_part)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_file_part.py 21 from gslib.file_part import FilePart
  /art/runtime/
dex_file.cc 78 const char* file_part = filename; local
83 file_part = file_part_storage.c_str();
88 ScopedFd fd(OpenAndReadMagic(file_part, &magic, error_msg));
97 *error_msg = StringPrintf("Failed to open zip archive '%s' (error msg: %s)", file_part,
103 *error_msg = StringPrintf("Zip archive '%s' doesn't contain %s (error msg: %s)", file_part,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py 67 from gslib.file_part import FilePart
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 52 from gslib.file_part import FilePart
    [all...]

Completed in 1359 milliseconds