/ndk/sources/host-tools/make-3.81/ |
D | vpath.c | 51 static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_p… 177 register struct vpath *path, *lastpath; in construct_vpath_list() local 180 path = vpaths; in construct_vpath_list() 181 while (path != 0) in construct_vpath_list() 183 struct vpath *next = path->next; in construct_vpath_list() 186 || (((percent == 0 && path->percent == 0) in construct_vpath_list() 187 || (percent - pattern == path->percent - path->pattern)) in construct_vpath_list() 188 && streq (pattern, path->pattern))) in construct_vpath_list() 192 vpaths = path->next; in construct_vpath_list() 197 free (path->pattern); in construct_vpath_list() [all …]
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 949 local ($path); 954 foreach $path (sort keys (%dirtree)) 956 if ($dirtree {$path} =~ /^DIR$/) 958 mkdir ("$basedir/$path", 0777) 959 || &error ("Couldn't mkdir $basedir/$path: $!\n", 1); 961 elsif ($dirtree {$path} =~ /^FILE:(.*)$/) 963 &create_file ("$basedir/$path", $1 . "\n"); 965 elsif ($dirtree {$path} =~ /^LINK:(.*)$/) 967 symlink ("$basedir/$1", "$basedir/$path") 968 || &error ("Couldn't symlink $basedir/$path -> $basedir/$1: $!\n", 1); [all …]
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | libthread_db.c | 58 char path[64]; in _get_task_permitted_caps() local 67 snprintf(path, sizeof path, "/proc/%d/task/%d/status", pid, tid); in _get_task_permitted_caps() 68 fd = open(path, O_RDONLY); in _get_task_permitted_caps() 70 D("Could not open %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps() 80 D("Could not read %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps() 90 path, len, buff); in _get_task_permitted_caps() 99 D("Found CapPerm of %lld in %s\n", *cap, path); in _get_task_permitted_caps() 102 D("Cannot read CapPerm from %s: '%.*s'\n", path, 24, perm); in _get_task_permitted_caps() 131 char path[64]; in td_ta_new() local 157 snprintf(path, sizeof path, "/proc/%d/task", target_pid); in td_ta_new() [all …]
|
/ndk/sources/android/libthread_db/gdb-7.1.x/ |
D | libthread_db.c | 54 char path[64]; in _get_task_permitted_caps() local 63 snprintf(path, sizeof path, "/proc/%d/task/%d/status", pid, tid); in _get_task_permitted_caps() 64 fd = open(path, O_RDONLY); in _get_task_permitted_caps() 66 D("Could not open %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps() 76 D("Could not read %s: %s\n", path, strerror(errno)); in _get_task_permitted_caps() 86 path, len, buff); in _get_task_permitted_caps() 95 D("Found CapPerm of %lld in %s\n", *cap, path); in _get_task_permitted_caps() 98 D("Cannot read CapPerm from %s: '%.*s'\n", path, 24, perm); in _get_task_permitted_caps() 128 char path[64]; in td_ta_new() local 154 snprintf(path, sizeof path, "/proc/%d/task", target_pid); in td_ta_new() [all …]
|
/ndk/build/core/ |
D | default-build-commands.mk | 31 $(call host-path, $1) \ 33 $(call host-path, $2 $(PRIVATE_LIBGCC) $4) \ 56 $(call host-path,\ 61 $(call host-path,\ 63 -o $(call host-path,$@) 72 $(call host-path,\ 77 $(call host-path,\ 79 -o $(call host-path,$@) 83 $(PRIVATE_AR) $(call host-path,$@) $(PRIVATE_AR_OBJECTS) 89 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1)
|
D | setup-imports.mk | 33 $(call import-add-path,$(__path))\ 35 $(call import-add-path-optional,$(NDK_ROOT)/sources) 36 $(call import-add-path-optional,$(NDK_ROOT)/../development/ndk/sources)
|
D | build-local.mk | 32 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)') 35 $(info Android NDK: You NDK installation path contains spaces.) 135 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)') 145 $(call ndk_log,Found project path: $(NDK_PROJECT_PATH)) 152 $(call ndk_log,Ouput path: $(NDK_APP_OUT))
|
D | init.mk | 58 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)') 323 $(call ndk_log, 'cygpath' was *not* found in your path) 329 cygwin-to-host-path = $1 333 cygwin-to-host-path = $(strip $(shell $(CYGPATH) -m $1)) 336 …INDOWS_HOST_PATH_FRAGMENT := $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk) 339 … $(eval $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1)) 341 $(eval cygwin-to-host-path = $(WINDOWS_HOST_PATH_FRAGMENT))
|
D | build-binary.mk | 233 …LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(call host-path,$(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/libs/$(… 277 LOCAL_LDLIBS := -L$(call host-path,$(SYSROOT)/usr/lib) $(LOCAL_LDLIBS) 291 ar_objects := $(call host-path,$(LOCAL_OBJECTS)) 310 ar_options := @$(call host-path,$(ar_list_file))) 321 linker_objects_and_libraries := @$(call host-path,$(linker_list_file))
|
D | definitions.mk | 149 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1)) 151 host-path = $1 237 host-c-includes = $(patsubst %,-I%,$(call host-path,$1)) 316 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archive 1214 $$(_OBJ): PRIVATE_DEPS := $$(call host-path,$$(_OBJ).d) 1223 $$(_OBJ): PRIVATE_CFLAGS := @$$(call host-path,$$(_OPTIONS_LISTFILE)) 1230 …deps,$$(PRIVATE_DEPS)) $$(PRIVATE_CFLAGS) $$(call host-path,$$(PRIVATE_SRC)) -o $$(call host-path,… 1419 import-add-path-optional = \ 1428 import-add-path = \ 1483 …l __ndk_info,$(call local-makefile): Cannot find module with tag '$(__import_tag)' in import path)\
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | pathstuff.c | 126 convert_path_to_nutc(char *path) in convert_path_to_nutc() argument 138 for (p = path, etok = strpbrk(p, ":;"), count = 0; in convert_path_to_nutc() 163 nutc_path_len = strlen(path) + (count*2) + 1; in convert_path_to_nutc() 173 for (p = path, etok = strpbrk(p, ":;"); in convert_path_to_nutc() 196 rval = savestring(path, strlen(path)); in convert_path_to_nutc() 219 nutc_path_len = strlen(path) + 3; in convert_path_to_nutc() 223 p = path; in convert_path_to_nutc() 237 rval = savestring(path, strlen(path)); in convert_path_to_nutc()
|
/ndk/toolchains/mipsel-linux-android-4.4.3/ |
D | setup.mk | 39 TARGET_LDSCRIPT_XSC := -Wl,-T,$(call host-path,$(TOOLCHAIN_ROOT))/mipself.xsc 40 TARGET_LDSCRIPT_X := -Wl,-T,$(call host-path,$(TOOLCHAIN_ROOT))/mipself.x 90 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \ 94 -o $(call host-path,$@) 102 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \ 106 -o $(call host-path,$@)
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | elf_file.cc | 81 ElfFile* ElfFile::Create(const char* path) { in Create() argument 87 assert(path != NULL && *path != '\0'); in Create() 88 if (path == NULL || *path == '\0') { in Create() 96 MapFile* file_handle = mapfile_open(path, O_RDONLY | O_BINARY, 0); in Create() 135 if (!ret->initialize(elf_hdr, path)) { in Create() 146 bool ElfFile::initialize(const Elf_CommonHdr* elf_hdr, const char* path) { in initialize() argument 156 size_t path_len = strlen(path) + 1; in initialize() 163 memcpy(elf_file_path_, path, path_len); in initialize() 328 const char* path) { in initialize() argument 330 if (!ElfFile::initialize(elf_hdr, path)) { in initialize()
|
D | mapfile.c | 33 mapfile_open(const char* path, int oflag, int share_mode) in mapfile_open() argument 82 HANDLE file_handle = CreateFile(path, win32_desired_access, win32_share, in mapfile_open() 88 int file_handle = open(path, oflag, share_mode); in mapfile_open()
|
/ndk/build/tools/ |
D | prebuilt-common.sh | 80 local path cur item 81 path=${1%%/} # remove trailing slash 83 if [ "$path" != "." ] ; then 84 for item in $(echo "$path" | tr '/' ' '); do 513 echo "ERROR: Could not find NDK sysroot path for $SYSROOT_SUFFIX." 514 echo " Use --sysroot=<path> to specify one." 520 echo "ERROR: Invalid sysroot path: $SYSROOT" 521 echo " Use --sysroot=<path> to indicate a valid one." 1091 log "Using toolchain path: $TOOLCHAIN_PATH" 1120 echo "ERROR: Please provide the path to the toolchain source tree. See --help" [all …]
|
/ndk/toolchains/x86-4.4.3/ |
D | setup.mk | 81 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \ 85 -o $(call host-path,$@) 93 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \ 97 -o $(call host-path,$@)
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | escape | 16 $(path)foo : ; @echo "touch ($@)" 28 'path=pre:', 35 "'path=pre\\:'", 41 "'path=pre\\\\:'",
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
D | setup.mk | 125 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \ 129 -o $(call host-path,$@) 137 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \ 141 -o $(call host-path,$@)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _native_headers.h | 18 # define _STLP_MAKE_HEADER(path, header) <path/header> argument
|
D | _apple.h | 85 # define _STLP_MAKE_HEADER(path, header) <path:header> // Mac uses ":" for directory delimiter argument
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general3 | 156 # Test the slow path / no quotes 193 # Test the slow path / no quotes. This time we put the slow path 231 # Test the slow path / single quotes 276 # Test the slow path / double quotes
|
/ndk/ |
D | ndk-gdb | 398 log "Using specified project path: $PROJECT" 404 echo "ERROR: Your --project does not point to an Android project path!" 423 … echo "ERROR: Launch this script from an application project directory, or use --project=<path>." 427 log "Using auto-detected project path: $PROJECT"
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | dos.m4 | 28 AC_CACHE_CHECK([whether drive letter can start relative path], 69 [Define if a drive letter prefix denotes a relative path if it is
|
D | lib-ld.m4 | 46 # Check if gcc -print-prog-name=ld gives a path. 59 # Canonicalize the path of ld 100 acl_cv_path_LD="$LD" # Let the user override the test with a path.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-ld.m4 | 48 # Check if gcc -print-prog-name=ld gives a path. 61 # Canonicalize the path of ld 102 acl_cv_path_LD="$LD" # Let the user override the test with a path.
|