Searched refs:dirname (Results 1 – 25 of 32) sorted by relevance
12
/bionic/tests/headers/posix/ |
D | libgen_h.c | 36 FUNCTION(dirname, char* (*f)(const char*)); in libgen_h() 39 FUNCTION(dirname, char* (*f)(char*)); in libgen_h()
|
/bionic/libc/system_properties/ |
D | contexts_serialized.cpp | 98 bool ContextsSerialized::Initialize(bool writable, const char* dirname, bool* fsetxattr_failed, in Initialize() argument 100 dirname_ = dirname; in Initialize() 101 tree_filename_ = PropertiesFilename(dirname, "property_info"); in Initialize() 102 serial_filename_ = PropertiesFilename(dirname, "properties_serial"); in Initialize()
|
/bionic/tools/versioner/src/ |
D | Utils.h | 34 static inline std::string dirname(const std::string& path) { in dirname() function 36 return dirname(path_copy.get()); in dirname() 52 std::string parent = dirname(path); in mkdirs()
|
D | Preprocessor.cpp | 126 if (!mkdirs(dirname(path))) { in writeFileLines() 127 err(1, "failed to create directory '%s'", dirname(path).c_str()); in writeFileLines()
|
/bionic/tests/ |
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()
|
/bionic/libc/include/ |
D | libgen.h | 68 char* _Nullable dirname(const char* _Nullable __path);
|
/bionic/linker/ |
D | ld.config.format.md | 36 # the version specified in <dirname>/.version file, where <dirname> = dirname(executable_path)
|
D | linker_utils.h | 56 std::string dirname(const char* path);
|
D | linker_utils.cpp | 63 std::string dirname(const char* path) { in dirname() function
|
D | linker_config.cpp | 492 std::string version_file = dirname(binary_realpath) + "/.version"; in read_binary_config()
|
/bionic/benchmarks/ |
D | run-on-host.sh | 3 . $(dirname $0)/../build/run-on-host.sh
|
/bionic/libc/kernel/tools/ |
D | utils.py | 58 parent = os.path.dirname(path) 131 if not os.path.exists(os.path.dirname(dst)):
|
D | kernel.py | 89 hdr_dir = os.path.realpath(os.path.dirname(from_file))
|
/bionic/libc/system_properties/include/system_properties/ |
D | contexts_serialized.h | 42 virtual bool Initialize(bool writable, const char* dirname, bool* fsetxattr_failed,
|
/bionic/tools/ |
D | update_notice.sh | 3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
/bionic/benchmarks/linker_relocation/ |
D | gen_bench.sh | 29 top=$(cd $(dirname $0) && pwd)
|
D | run_bench_with_ninja.sh | 29 top=$(cd $(dirname $0) && pwd)
|
/bionic/libc/tools/ |
D | check-symbols-glibc.py | 66 this_dir = os.path.dirname(os.path.realpath(__file__))
|
D | posix-2013.txt | 179 dirname
|
/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
|
/bionic/benchmarks/linker_relocation/regen/ |
D | gen_bench.py | 296 include_path = os.path.relpath(os.path.dirname(__file__) + '/../include', out)
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_076.S | 345 CALL(dirname)
|
12