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

1 2

  /external/chromium-trace/catapult/third_party/coverage/coverage/
test_helpers.py 47 def change_dir(new_dir):
55 os.chdir(new_dir)
236 def chdir(self, new_dir):
239 os.chdir(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/v8/build/android/gyp/
lint.py 106 new_dir = os.path.join(temp_dir, str(len(src_dirs)))
107 os.mkdir(new_dir)
108 src_dirs.append(new_dir)
109 return 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 96 static int new_dir(X509_LOOKUP *lu);
104 new_dir, /* new */
152 static int new_dir(X509_LOOKUP *lu) function
  /external/libchrome/base/files/
file_util.h 254 FilePath* new_dir);
file_util_posix.cc 536 FilePath* new_dir) {
551 *new_dir = FilePath(dtemp);
557 FilePath* new_dir) {
560 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir);
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 895 new_dir = FakeDirectory(component, perm_bits)
896 current_dir.AddEntry(new_dir)
897 current_dir = new_dir
    [all...]
fake_filesystem_test.py 367 new_dir = self.filesystem.GetObject(path)
368 self.assertEqual(os.path.basename(path), new_dir.name)
369 self.assertTrue(stat.S_IFDIR & new_dir.st_mode)
379 new_dir = self.filesystem.GetObject(path)
380 self.assertEqual(os.path.basename(path), new_dir.name)
381 self.assertTrue(stat.S_IFDIR & new_dir.st_mode)
386 new_dir = self.filesystem.GetObject(path)
387 self.assertEqual(os.path.basename(path), new_dir.name)
388 self.assertTrue(stat.S_IFDIR & new_dir.st_mode)
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 913 new_dir = FakeDirectory(component, perm_bits)
914 current_dir.AddEntry(new_dir)
915 current_dir = new_dir
    [all...]
  /external/autotest/client/common_lib/
base_job.py     [all...]
  /external/v8/tools/gyp/test/lib/
TestGyp.py 633 def MakeDirs(new_dir):
636 os.makedirs(new_dir)
    [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]

Completed in 1448 milliseconds

1 2