Home
last modified time | relevance | path

Searched defs:new_dir (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_fcntl.rs68 let new_dir = tempfile::tempdir().unwrap(); in test_renameat() localVariable
98 let new_dir = tempfile::tempdir().unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags() localVariable
145 let new_dir = tempfile::tempdir().unwrap(); in test_renameat2_exchange() localVariable
190 let new_dir = tempfile::tempdir().unwrap(); in test_renameat2_noreplace() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py125 def pushd(new_dir): argument
/third_party/openssl/crypto/x509/
Dby_dir.c108 static int new_dir(X509_LOOKUP *lu) in new_dir() function
/third_party/gn/src/base/files/
Dfile_util_posix.cc396 FilePath* new_dir) { in CreateTemporaryDirInDirImpl()
430 FilePath* new_dir) { in CreateTemporaryDirInDir()
Dfile_util_win.cc332 FilePath* new_dir) { in CreateTemporaryDirInDir()
/third_party/libinput/src/
Devdev-wheel.c307 enum wheel_direction new_dir = WHEEL_DIR_UNKNOW; in wheel_handle_direction_change() local
/third_party/ltp/lib/
Dtst_cgroup.c1089 struct cgroup_dir *new_dir; in tst_cg_group_mk() local
/third_party/ffmpeg/libavcodec/
Dmotion_est_template.c387 #define CHECK_MV_DIR(x,y,new_dir)\ argument