Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 25 of 32) sorted by relevance

12

/bionic/tests/headers/posix/
Dlibgen_h.c36 FUNCTION(dirname, char* (*f)(const char*)); in libgen_h()
39 FUNCTION(dirname, char* (*f)(char*)); in libgen_h()
/bionic/libc/system_properties/
Dcontexts_serialized.cpp98 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/
DUtils.h34 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()
DPreprocessor.cpp126 if (!mkdirs(dirname(path))) { in writeFileLines()
127 err(1, "failed to create directory '%s'", dirname(path).c_str()); in writeFileLines()
/bionic/tests/
Dlibgen_test.cpp25 const char* out = dirname(&writable_in[0]); in TestDirname()
31 TEST(libgen, dirname) { in TEST() argument
Drun-on-host.sh3 . $(dirname $0)/../build/run-on-host.sh
Ddlfcn_symlink_support.cpp69 std::string path_dir = dirname(&buf[0]); in create_dlfcn_test_symlink()
/bionic/libc/include/
Dlibgen.h68 char* _Nullable dirname(const char* _Nullable __path);
/bionic/linker/
Dld.config.format.md36 # the version specified in <dirname>/.version file, where <dirname> = dirname(executable_path)
Dlinker_utils.h56 std::string dirname(const char* path);
Dlinker_utils.cpp63 std::string dirname(const char* path) { in dirname() function
Dlinker_config.cpp492 std::string version_file = dirname(binary_realpath) + "/.version"; in read_binary_config()
/bionic/benchmarks/
Drun-on-host.sh3 . $(dirname $0)/../build/run-on-host.sh
/bionic/libc/kernel/tools/
Dutils.py58 parent = os.path.dirname(path)
131 if not os.path.exists(os.path.dirname(dst)):
Dkernel.py89 hdr_dir = os.path.realpath(os.path.dirname(from_file))
/bionic/libc/system_properties/include/system_properties/
Dcontexts_serialized.h42 virtual bool Initialize(bool writable, const char* dirname, bool* fsetxattr_failed,
/bionic/tools/
Dupdate_notice.sh3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
/bionic/benchmarks/linker_relocation/
Dgen_bench.sh29 top=$(cd $(dirname $0) && pwd)
Drun_bench_with_ninja.sh29 top=$(cd $(dirname $0) && pwd)
/bionic/libc/tools/
Dcheck-symbols-glibc.py66 this_dir = os.path.dirname(os.path.realpath(__file__))
Dposix-2013.txt179 dirname
/bionic/tools/versioner/
Drun_tests.py63 root_dir = os.path.dirname(os.path.realpath(__file__))
/bionic/libc/bionic/
Dlibgen.cpp166 char* dirname(const char* path) { in dirname() function
/bionic/benchmarks/linker_relocation/regen/
Dgen_bench.py296 include_path = os.path.relpath(os.path.dirname(__file__) + '/../include', out)
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_076.S345 CALL(dirname)

12