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

  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.py 66 new_dir = os.path.join(checkout_src, 'tools', 'valgrind')
70 add_suppressions.append(token.replace(script_dir, new_dir))
  /external/toolchain-utils/cros_utils/
misc.py 306 def WorkingDirectory(new_dir):
309 if old_dir != new_dir:
310 msg = 'cd %s' % new_dir
312 os.chdir(new_dir)
313 yield new_dir
314 if old_dir != new_dir:
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.py 78 new_dir = os.path.join(old_base, 'valgrind')
82 add_suppressions.append(token.replace(script_dir, new_dir))
  /external/python/cpython3/Lib/test/test_importlib/import_/
test_path.py 169 new_dir = tempfile.mkdtemp()
171 os.chdir(new_dir)
173 os.rmdir(new_dir)
180 os.rmdir(new_dir)
  /external/squashfs-tools/squashfs-tools/
unsquash-1.c 214 struct dir_ent *new_dir; local
292 new_dir = realloc(dir->dirs, (dir->dir_count +
294 if(new_dir == NULL)
297 dir->dirs = new_dir;
unsquash-3.c 291 struct dir_ent *new_dir; local
370 new_dir = realloc(dir->dirs, (dir->dir_count +
372 if(new_dir == NULL)
375 dir->dirs = new_dir;
unsquash-4.c 260 struct dir_ent *new_dir; local
328 new_dir = realloc(dir->dirs, (dir->dir_count +
330 if(new_dir == NULL)
333 dir->dirs = new_dir;
  /external/webrtc/webrtc/base/
fileutils.cc 160 Pathname new_dir; local
161 new_dir.SetFolder(new_path.pathname());
164 if (!CreateFolder(new_dir))
  /external/boringssl/src/crypto/x509/
by_dir.c 91 static int new_dir(X509_LOOKUP *lu);
98 new_dir, /* new */
142 static int new_dir(X509_LOOKUP *lu) function
  /external/tensorflow/tensorflow/tools/docs/
generate_lib.py 415 new_dir = os.path.join(output_dir,
418 if not os.path.exists(new_dir):
419 os.makedirs(new_dir)
421 print('Creating output dir "%s" failed: %s' % (new_dir, e))
  /external/libchrome/base/files/
file_util.h 259 FilePath* new_dir);
file_util_posix.cc 604 FilePath* new_dir) {
619 *new_dir = FilePath(dtemp);
625 FilePath* new_dir) {
628 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir);
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py 454 new_dir = os.path.normpath(os.path.join(working_dir, os.path.relpath(artifact_info.dir, artifact_info.repo_dir)))
455 mv(artifact_info.dir, new_dir)
457 for dirpath, dirs, files in os.walk(new_dir):
    [all...]
  /external/autotest/client/common_lib/
base_job.py     [all...]

Completed in 564 milliseconds