/bionic/tests/ |
D | ftw_test.cpp | 105 MakeTree(root.dirname); in TEST() 106 ASSERT_EQ(0, ftw(root.dirname, check_ftw, 128)); in TEST() 111 MakeTree(root.dirname); in TEST() 112 ASSERT_EQ(0, ftw64(root.dirname, check_ftw64, 128)); in TEST() 117 MakeTree(root.dirname); in TEST() 118 ASSERT_EQ(0, nftw(root.dirname, check_nftw, 128, 0)); in TEST() 123 MakeTree(root.dirname); in TEST() 124 ASSERT_EQ(0, nftw64(root.dirname, check_nftw64, 128, 0)); in TEST() 148 std::string path = android::base::StringPrintf("%s/unreadable-directory", root.dirname); in TEST() 151 ASSERT_EQ(0, ftw(root.dirname, bug_28197840_ftw<struct stat>, 128)); in TEST() [all …]
|
D | TemporaryFile.h | 75 rmdir(dirname); in ~TemporaryDir() 78 char dirname[1024]; variable 82 snprintf(dirname, sizeof(dirname), "%s/TemporaryDir-XXXXXX", tmp_dir); in init() 83 return (mkdtemp(dirname) != NULL); in init()
|
D | libgen_test.cpp | 25 const char* out = dirname(&writable_in[0]); in TestDirname() 31 TEST(libgen, dirname) { in TEST() argument
|
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
D | dlfcn_symlink_support.cpp | 69 std::string path_dir = dirname(&buf[0]); in create_dlfcn_test_symlink()
|
D | sys_shm_test.cpp | 44 key_t key = ftok(dir.dirname, 1); in TEST()
|
D | sys_msg_test.cpp | 44 key_t key = ftok(dir.dirname, 1); in TEST()
|
D | sys_sem_test.cpp | 44 key_t key = ftok(dir.dirname, 1); in TEST()
|
D | system_properties_test.cpp | 37 char* dirname = mkdtemp(dir_template); in LocalPropertyTestState() local 38 if (!dirname) { in LocalPropertyTestState() 44 pa_dirname = dirname; in LocalPropertyTestState()
|
/bionic/tools/versioner/src/ |
D | Utils.h | 32 static inline std::string dirname(const std::string& path) { in dirname() function 34 return dirname(path_copy.get()); in dirname() 50 std::string parent = dirname(path); in mkdirs()
|
D | Preprocessor.cpp | 125 if (!mkdirs(dirname(path))) { in writeFileLines() 126 err(1, "failed to create directory '%s'", dirname(path).c_str()); in writeFileLines()
|
/bionic/libc/tools/ |
D | genversion-scripts.py | 48 dirname = os.path.dirname(script) 52 dest_path = os.path.join(dirname, name)
|
D | check-symbols-glibc.py | 66 this_dir = os.path.dirname(os.path.realpath(__file__))
|
D | gensyscalls.py | 38 parent = os.path.dirname(path) 46 dir = os.path.dirname(full_path)
|
/bionic/libc/include/ |
D | libgen.h | 50 char* dirname(const char*);
|
/bionic/tools/ |
D | update_notice.sh | 2 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
/bionic/benchmarks/ |
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
D | property_benchmark.cpp | 47 char* dirname = mkdtemp(dir_template); in LocalPropertyTestState() local 48 if (!dirname) { in LocalPropertyTestState() 54 pa_dirname = dirname; in LocalPropertyTestState()
|
/bionic/linker/ |
D | linker_utils.h | 54 std::string dirname(const char* path);
|
D | ld.config.format.md | 36 # the version specified in <dirname>/.version file, where <dirname> = dirname(executable_path)
|
D | linker_utils.cpp | 63 std::string dirname(const char* path) { in dirname() function
|
/bionic/libc/kernel/tools/ |
D | utils.py | 59 parent = os.path.dirname(path) 132 if not os.path.exists(os.path.dirname(dst)):
|
D | kernel.py | 89 hdr_dir = os.path.realpath(os.path.dirname(from_file))
|
/bionic/tools/versioner/ |
D | run_tests.py | 63 root_dir = os.path.dirname(os.path.realpath(__file__))
|
/bionic/libc/bionic/ |
D | libgen.cpp | 166 char* dirname(const char* path) { in dirname() function
|