HomeSort by relevance Sort by last modified time
    Searched refs:new_dir (Results 1 - 16 of 16) 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 307 def WorkingDirectory(new_dir):
310 if old_dir != new_dir:
311 msg = 'cd %s' % new_dir
313 os.chdir(new_dir)
314 yield new_dir
315 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/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 93 static int new_dir(X509_LOOKUP *lu);
100 new_dir, /* new */
144 static int new_dir(X509_LOOKUP *lu) function
  /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/tensorflow/tensorflow/tools/docs/
generate_lib.py 489 new_dir = os.path.join(output_dir,
491 if not os.path.exists(new_dir):
492 os.makedirs(new_dir)
  /external/u-boot/fs/yaffs2/
yaffs_guts.c 1308 struct yaffs_obj *new_dir,
1315 if (new_dir == NULL)
1316 new_dir = obj->parent; /* use the old directory */
1318 if (new_dir->variant_type != YAFFS_OBJECT_TYPE_DIRECTORY) {
1320 "tragedy: yaffs_change_obj_name: new_dir is not a directory"
1325 unlink_op = (new_dir == obj->my_dev->unlinked_dir);
1326 del_op = (new_dir == obj->my_dev->del_dir);
1328 existing_target = yaffs_find_by_name(new_dir, new_name);
1337 new_dir->variant_type != YAFFS_OBJECT_TYPE_DIRECTORY)
1342 yaffs_add_obj_to_dir(new_dir, obj)
    [all...]
yaffs_guts.h 836 struct yaffs_obj *new_dir, const YCHAR * new_name);
  /external/libchrome/base/files/
file_util.h 298 FilePath* new_dir);
file_util_posix.cc 665 FilePath* new_dir) {
680 *new_dir = FilePath(dtemp);
686 FilePath* new_dir) {
689 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir);
    [all...]
  /external/autotest/client/common_lib/
base_job.py     [all...]
  /external/u-boot/fs/ubifs/
ubifs.h     [all...]

Completed in 994 milliseconds