/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
H A D | k-thread.sh | 89 new_dir=$dir-new 90 cp $dir $new_dir -pr 91 run_quiet cd $new_dir 92 k_log "thread $dir: begin to traverse dir $new_dir" 94 k_log "thread $dir: end to traverse dir $new_dir" 97 k_tree_diff $dir $new_dir || result=fail 98 k_result "thread $dir: $result to compare result between dir $dir and $new_dir" 100 rm $new_dir -fr
|
H A D | fs-metadata.sh | 161 new_dir=$dir-new 162 cp $dir $new_dir -pr 163 run_quiet cd $new_dir 164 k_log "thread $dir: begin to traverse dir $new_dir" 166 k_log "thread $dir: end to traverse dir $new_dir" 169 k_tree_diff $dir $new_dir || result=FAIL 170 k_result "thread $dir: $result to compare result between dir $dir and $new_dir" 172 rm $new_dir -fr
|
/third_party/rust/crates/nix/test/ |
H A D | test_fcntl.rs | 68 let new_dir = tempfile::tempdir().unwrap(); in test_renameat() 70 open(new_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat() 78 assert!(new_dir.path().join("new").exists()); in test_renameat() 98 let new_dir = tempfile::tempdir().unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags() 100 open(new_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags() 122 assert!(new_dir.path().join("new").exists()); in test_renameat2_behaves_like_renameat_with_no_flags() 145 let new_dir = tempfile::tempdir().unwrap(); in test_renameat2_exchange() 147 open(new_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat2_exchange() 148 let new_path = new_dir.path().join("new"); in test_renameat2_exchange() 190 let new_dir in test_renameat2_noreplace() [all...] |
/third_party/libinput/src/ |
H A D | evdev-wheel.c | 307 enum wheel_direction new_dir = WHEEL_DIR_UNKNOW; in wheel_handle_direction_change() local 311 new_dir = (e->value > 0) ? WHEEL_DIR_VPOS : WHEEL_DIR_VNEG; in wheel_handle_direction_change() 314 new_dir = (e->value > 0) ? WHEEL_DIR_HPOS : WHEEL_DIR_HNEG; in wheel_handle_direction_change() 318 if (new_dir != WHEEL_DIR_UNKNOW && new_dir != dispatch->wheel.dir) { in wheel_handle_direction_change() 319 dispatch->wheel.dir = new_dir; in wheel_handle_direction_change()
|
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test_path.py | 178 new_dir = tempfile.mkdtemp() 180 os.chdir(new_dir) 182 os.rmdir(new_dir) 189 os.rmdir(new_dir)
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 396 FilePath* new_dir) { in CreateTemporaryDirInDirImpl() 424 *new_dir = FilePath(dtemp); in CreateTemporaryDirInDirImpl() 430 FilePath* new_dir) { in CreateTemporaryDirInDir() 433 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir); in CreateTemporaryDirInDir() 394 CreateTemporaryDirInDirImpl(const FilePath& base_dir, const FilePath::StringType& name_tmpl, FilePath* new_dir) CreateTemporaryDirInDirImpl() argument 428 CreateTemporaryDirInDir(const FilePath& base_dir, const FilePath::StringType& prefix, FilePath* new_dir) CreateTemporaryDirInDir() argument
|
H A D | file_util.h | 201 FilePath* new_dir);
|
H A D | file_util_win.cc | 332 FilePath* new_dir) { in CreateTemporaryDirInDir() 346 *new_dir = path_to_create; in CreateTemporaryDirInDir() 330 CreateTemporaryDirInDir(const FilePath& base_dir, const FilePath::StringType& prefix, FilePath* new_dir) CreateTemporaryDirInDir() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | by_dir.c | 54 static int new_dir(X509_LOOKUP *lu); 64 new_dir, /* new_item */ 108 static int new_dir(X509_LOOKUP *lu) in new_dir() function
|
/third_party/openssl/crypto/x509/ |
H A D | by_dir.c | 54 static int new_dir(X509_LOOKUP *lu); 64 new_dir, /* new_item */ 108 static int new_dir(X509_LOOKUP *lu) in new_dir() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 125 def pushd(new_dir): 127 os.chdir(new_dir)
|
/third_party/ltp/lib/ |
H A D | tst_cgroup.c | 1089 struct cgroup_dir *new_dir; in tst_cg_group_mk() local 1105 new_dir = SAFE_MALLOC(sizeof(*new_dir)); in tst_cg_group_mk() 1106 cgroup_dir_mk(*dir, cg->group_name, new_dir); in tst_cg_group_mk() 1107 cgroup_group_add_dir(parent, cg, new_dir); in tst_cg_group_mk()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est_template.c | 387 #define CHECK_MV_DIR(x,y,new_dir)\ 400 next_dir= new_dir;\
|
/third_party/python/Lib/test/ |
H A D | test_ftplib.py | 853 new_dir = self.client.mkd('/non-ascii dir \xAE') 854 self.check_data(new_dir, '/non-ascii dir \xAE')
|