/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | Makefile | 34 CFLAGS += -I$(abspath ../src) 35 CFLAGS += -I$(abspath ../src/utils) 36 CFLAGS += -I$(abspath ../src/drivers) 37 CFLAGS += -I$(abspath ./) 38 CFLAGS += -I$(abspath ../wpa_supplicant) 39 CFLAGS += -I$(abspath ../os_dep/include) 40 CFLAGS += -I$(abspath ../../../../drivers/framework/include) 41 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils) 42 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include) 43 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal) [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | Makefile | 40 CFLAGS += -I$(abspath ../src) 41 CFLAGS += -I$(abspath ../src/utils) 42 CFLAGS += -I$(abspath ../src/drivers) 43 CFLAGS += -I$(abspath ./) 44 CFLAGS += -I$(abspath ../wpa_supplicant) 45 CFLAGS += -I$(abspath ../os_dep/include) 46 CFLAGS += -I$(abspath ../../../../drivers/framework/include) 47 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils) 48 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include) 49 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal) [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | Makefile | 47 CFLAGS += -I$(abspath ../src) 48 CFLAGS += -I$(abspath ../src/utils) 49 CFLAGS += -I$(abspath ../src/drivers) 50 CFLAGS += -I$(abspath ./) 51 CFLAGS += -I$(abspath ../os_dep/include) 52 CFLAGS += -I$(abspath ../../../../drivers/framework/include) 53 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils) 54 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include) 55 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal) 56 CFLAGS += -I$(abspath ../../../../drivers/framework/ability/sbuf/include) [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | Makefile | 47 CFLAGS += -I$(abspath ../src) 48 CFLAGS += -I$(abspath ../src/utils) 49 CFLAGS += -I$(abspath ../src/drivers) 50 CFLAGS += -I$(abspath ./) 51 CFLAGS += -I$(abspath ../os_dep/include) 52 CFLAGS += -I$(abspath ../../../../drivers/framework/include) 53 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils) 54 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include) 55 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal) 56 CFLAGS += -I$(abspath ../../../../drivers/framework/ability/sbuf/include) [all …]
|
/third_party/node/tools/ |
D | install.py | 18 def abspath(*args): function 20 return os.path.abspath(path) 45 path = abspath(path) 53 path = abspath(path, '..') 57 target_path = abspath(install_path, dst, os.path.basename(path)) 59 target_path = abspath(install_path, dst) 88 if os.path.islink(abspath(install_path, target_path)): return 100 link_path = abspath(install_path, 'bin/' + bin_name) 127 link_path = abspath(install_path, 'bin/node-gyp') 167 abspath(install_path, 'lib/' + output_lib) + ' ' + [all …]
|
/third_party/openssl/fuzz/ |
D | helper.py | 21 THIS_DIR = os.path.abspath(os.path.dirname(__file__)) 22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora")) 24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER)) 31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d)) 37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d)) 46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
|
/third_party/node/deps/openssl/openssl/fuzz/ |
D | helper.py | 21 THIS_DIR = os.path.abspath(os.path.dirname(__file__)) 22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora")) 24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER)) 31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d)) 37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d)) 46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspurl.c | 193 res->abspath = g_strdup (p); in gst_rtsp_url_parse() 195 res->abspath = g_strndup (p, delim - p); in gst_rtsp_url_parse() 201 res->abspath = g_strdup (""); in gst_rtsp_url_parse() 242 res->abspath = g_strdup (url->abspath); in gst_rtsp_url_copy() 263 g_free (url->abspath); in gst_rtsp_url_free() 355 has_slash = g_str_has_suffix (url->abspath, "/"); in gst_rtsp_url_get_request_uri_with_control() 387 url->host, post_host, url->port, url->abspath, in gst_rtsp_url_get_request_uri_with_control() 392 post_host, url->abspath, slash, actual_control_path, pre_query, query); in gst_rtsp_url_get_request_uri_with_control() 460 g_return_val_if_fail (url->abspath != NULL, NULL); in gst_rtsp_url_decode_path_components() 462 ret = g_strsplit (url->abspath, "/", -1); in gst_rtsp_url_decode_path_components()
|
/third_party/python/Lib/unittest/test/ |
D | test_discovery.py | 2 from os.path import abspath 83 top_level = os.path.abspath('/foo') 129 top_level = os.path.abspath('/foo') 297 self.addCleanup(sys.path.remove, abspath('/foo')) 310 vfs = {abspath('/foo'): ['my_package'], 311 abspath('/foo/my_package'): ['__init__.py', 'test_module.py']} 348 loader._top_level_dir = abspath('/foo') 351 suite = list(loader._find_tests(abspath('/foo'), 'test*.py')) 384 full_path = os.path.abspath(os.path.normpath('/foo')) 407 top_level_dir = os.path.abspath('/foo/bar') [all …]
|
/third_party/python/Lib/test/ |
D | test_dtrace.py | 12 def abspath(filename): function 13 return os.path.abspath(findfile(filename, subdir="dtracedata")) 48 script_file=abspath(name + self.EXTENSION), 49 python_file=abspath(name + ".py"), 52 with open(abspath(name + self.EXTENSION + ".expected")) as f: 80 output = self.trace(abspath("assert_usable" + self.EXTENSION)) 125 with open(abspath("call_stack.py")) as f:
|
D | regrtest.py | 26 mydir = os.path.abspath(os.path.normpath(os.path.dirname(sys.argv[0]))) 29 if os.path.abspath(os.path.normpath(sys.path[i])) == mydir: 38 __file__ = os.path.abspath(__file__) 41 assert __file__ == os.path.abspath(sys.argv[0])
|
D | test_unicode_file.py | 35 self.assertTrue(os.path.exists(os.path.abspath(filename))) 36 self.assertTrue(os.path.isfile(os.path.abspath(filename))) 37 self.assertTrue(os.access(os.path.abspath(filename), os.R_OK)) 45 os.path.abspath(filename)==os.path.abspath(glob.glob(glob.escape(filename))[0])) 47 path, base = os.path.split(os.path.abspath(filename))
|
/third_party/protobuf/benchmarks/util/ |
D | result_parser.py | 16 filename = os.path.dirname(os.path.abspath(__file__)) + "/../" + filename 62 filename = os.path.dirname(os.path.abspath(__file__)) + '/' + filename 97 filename = os.path.dirname(os.path.abspath(__file__)) + "/" + filename 127 filename = os.path.dirname(os.path.abspath(__file__)) + '/' + filename 177 filename = os.path.dirname(os.path.abspath(__file__)) + '/' + filename 213 filename = os.path.dirname(os.path.abspath(__file__)) + '/' + filename 253 filename = os.path.dirname(os.path.abspath(__file__)) + '/' + filename
|
/third_party/python/Tools/scripts/ |
D | patchcheck.py | 184 abspath = os.path.join(SRCDIR, path) 185 with open(abspath, 'r') as f: 188 untabify.process(abspath, 8, verbose=False) 199 abspath = os.path.join(SRCDIR, path) 201 with open(abspath, 'rb') as f: 205 shutil.copyfile(abspath, abspath + '.bak') 206 with open(abspath, 'wb') as f:
|
/third_party/python/Lib/distutils/ |
D | dir_util.py | 44 if _path_created.get(os.path.abspath(name)): 60 abs_head = os.path.abspath(head) 196 abspath = os.path.abspath(cmd[1]) 197 if abspath in _path_created: 198 del _path_created[abspath]
|
/third_party/ltp/include/mk/ |
D | functions.mk | 34 INSTALL_FILES += $$(abspath $$(DESTDIR)/$(3)/$(1)) 36 $$(abspath $$(DESTDIR)/$(3)/$(1)): \ 37 $$(abspath $$(dir $$(DESTDIR)/$(3)/$(1)))
|
/third_party/ltp/testcases/kernel/syscalls/readlinkat/ |
D | readlinkat01.c | 52 static char abspath[1024]; variable 62 {&dir_fd, abspath, TEST_FILE, sizeof(TEST_FILE)-1, 0}, 124 snprintf(abspath, sizeof(abspath), "%s/" TEST_SYMLINK, tmpdir); in setup()
|
/third_party/cef/tools/ |
D | patch_updater.py | 135 cef_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) 136 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir)) 168 patch_root_abs = os.path.abspath(os.path.join(src_dir, patch['path'])) 185 patch_path_abs = os.path.abspath(os.path.join(patch_root_abs, \ 217 patch_path_abs = os.path.abspath(os.path.join(patch_root_abs, \ 261 patch_path_abs = os.path.abspath(os.path.join(patch_root_abs, \ 280 patch_path_abs = os.path.abspath(os.path.join(patch_root_abs, \
|
/third_party/libuv/src/unix/ |
D | haiku.c | 37 char abspath[B_PATH_NAME_LENGTH]; in uv_exepath() local 44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath, in uv_exepath() 45 sizeof(abspath)); in uv_exepath() 49 abspath_len = uv__strscpy(buffer, abspath, *size); in uv_exepath()
|
/third_party/node/deps/uv/src/unix/ |
D | haiku.c | 37 char abspath[B_PATH_NAME_LENGTH]; in uv_exepath() local 44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath, in uv_exepath() 45 sizeof(abspath)); in uv_exepath() 49 abspath_len = uv__strscpy(buffer, abspath, *size); in uv_exepath()
|
/third_party/mesa3d/docs/ |
D | doxygen-wrapper.py | 68 input_files=[ os.path.abspath(i) for i in input_paths ], 69 output_xml=os.path.abspath(output_path), 86 this_dir = os.path.dirname(os.path.abspath(__file__))
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | generate_spirv_corpus.py | 49 input_dir: str = os.path.abspath(sys.argv[1].rstrip(os.sep)) 50 corpus_dir: str = os.path.abspath(sys.argv[2]) 51 spirv_as_path: str = os.path.abspath(sys.argv[3])
|
/third_party/json/tools/serve_header/ |
D | serve_header.py | 103 self.include_dir = os.path.abspath(os.path.join(tree_dir, INCLUDE)) 104 self.header = os.path.abspath(os.path.join(tree_dir, SINGLE_INCLUDE, HEADER)) 126 path = os.path.abspath(path) 165 scan_dir = os.path.abspath(scan_dirs.pop()) 197 path = os.path.abspath(path) 216 path = os.path.abspath(path) 226 path = os.path.abspath(event.src_path) 255 path = os.path.abspath(super().translate_path(path)) 369 config_file = os.path.abspath(CONFIG_FILE)
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat01.c | 45 static char abspath[1024]; variable 57 {&dir_fd, abspath, 0, 0}, 95 sprintf(abspath, "%s/mkdiratrelpath%d_%d_2", tmpdir, getpid(), i); in setup_iteration()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ |
D | build.rules | 10 BUILDDIR ?= $(abspath $(ROOTDIR)build) 12 ABSROOT := $(abspath $(ROOTDIR)) 17 _PROJ := $(abspath $(dir $(firstword $(MAKEFILE_LIST)))) 103 $(Q)$(MAKE) -C $(ROOTDIR)$(dir $(@:$(BUILDDIR)/$(PROJ)/%=%)) OUT=$(abspath $(dir $@))/
|