Searched refs:MakeDir (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_common.py | 48 def MakeDir(dir_path): function 142 if MakeDir(dst_path): 192 if MakeDir(os.path.dirname(output_filename)):
|
D | gen_archrast.py | 275 MakeDir(args.output_dir)
|
D | gen_llvm_types.py | 337 if MakeDir(final_output_dir):
|
/external/libbrillo/brillo/files/ |
D | safe_fd_test.cc | 356 SafeFD::SafeFDResult dir = root_.MakeDir(sub_dir_path_); in TEST_F() 374 std::tie(subdir, err) = dir.MakeDir(base::FilePath(kSubdirName)); in TEST_F() 385 SafeFD::SafeFDResult dir = root_.MakeDir(sub_dir_path_); in TEST_F() 395 SafeFD::SafeFDResult dir = root_.MakeDir(symlink_dir_path_); in TEST_F() 405 SafeFD::SafeFDResult dir = root_.MakeDir(sub_dir_path_); in TEST_F() 415 SafeFD::SafeFDResult dir = root_.MakeDir(sub_dir_path_); in TEST_F() 562 std::tie(dir, err) = dir.MakeDir(base::FilePath(kSubdirName)); in TEST_F()
|
D | safe_fd.h | 155 MakeDir(const base::FilePath& path,
|
D | file_util.cc | 42 maker = &SafeFD::MakeDir; in OpenOrRemake()
|
D | safe_fd.cc | 305 MakeDir(dir_name, dir_permissions, uid, gid, O_RDONLY | O_CLOEXEC); in MakeFile() 341 SafeFD::SafeFDResult SafeFD::MakeDir(const base::FilePath& path, in MakeDir() function in brillo::SafeFD
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 69 static int32_t MakeDir(char* str); 1025 i=MakeDir(fields[4][0]); in unicodeDataLineFn() 1027 …charDirection(U+%04lx)==%u instead of %u (%s)\n", c, u_charDirection(c), MakeDir(fields[4][0]), fi… in unicodeDataLineFn() 1640 static int32_t MakeDir(char* str) in MakeDir() function
|
/external/tcpdump/ |
D | CHANGES | 928 - print-rx.c: add code for printing MakeDir and StoreStatus. Also
|