Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth-util.c84 DBusString full_path; in process_test_subdir() local
86 if (!_dbus_string_init (&full_path)) in process_test_subdir()
89 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0)) in process_test_subdir()
92 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_subdir()
99 _dbus_string_free (&full_path); in process_test_subdir()
105 if (!_dbus_auth_script_run (&full_path)) in process_test_subdir()
107 _dbus_string_free (&full_path); in process_test_subdir()
111 _dbus_string_free (&full_path); in process_test_subdir()
Ddbus-server-unix.c87 DBusString full_path; in _dbus_server_listen_platform_specific() local
90 if (!_dbus_string_init (&full_path)) in _dbus_server_listen_platform_specific()
98 _dbus_string_free (&full_path); in _dbus_server_listen_platform_specific()
106 !_dbus_string_append (&full_path, tmpdir) || in _dbus_server_listen_platform_specific()
107 !_dbus_concat_dir_and_file (&full_path, &filename)) in _dbus_server_listen_platform_specific()
109 _dbus_string_free (&full_path); in _dbus_server_listen_platform_specific()
118 _dbus_server_new_for_domain_socket (_dbus_string_get_const_data (&full_path), in _dbus_server_listen_platform_specific()
126 _dbus_string_free (&full_path); in _dbus_server_listen_platform_specific()
Ddbus-message-util.c490 DBusString full_path; in process_test_subdir() local
492 if (!_dbus_string_init (&full_path)) in process_test_subdir()
495 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0)) in process_test_subdir()
498 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_subdir()
513 _dbus_string_free (&full_path); in process_test_subdir()
520 if (! (*function) (&full_path, in process_test_subdir()
523 _dbus_string_free (&full_path); in process_test_subdir()
527 _dbus_string_free (&full_path); in process_test_subdir()
/external/chromium/net/tools/crash_cache/
Dcrash_cache.cc82 FilePath* full_path) { in CreateTargetFolder() argument
111 *full_path = path.AppendASCII(folders[action]); in CreateTargetFolder()
113 if (file_util::PathExists(*full_path)) in CreateTargetFolder()
116 return file_util::CreateDirectory(*full_path); in CreateTargetFolder()
260 FilePath full_path; in SlaveCode() local
261 if (!CreateTargetFolder(path, action, &full_path)) { in SlaveCode()
267 return SimpleInsert(full_path, action); in SlaveCode()
270 return LoadOperations(full_path, action); in SlaveCode()
273 return SimpleRemove(full_path, action); in SlaveCode()
276 return HeadRemove(full_path, action); in SlaveCode()
[all …]
/external/dbus/bus/
Dconfig-parser.c1981 DBusString *full_path) in make_full_path() argument
1985 return _dbus_string_copy (filename, 0, full_path, 0); in make_full_path()
1989 if (!_dbus_string_copy (basedir, 0, full_path, 0)) in make_full_path()
1992 if (!_dbus_concat_dir_and_file (full_path, filename)) in make_full_path()
2099 DBusString full_path; in include_dir() local
2101 if (!_dbus_string_init (&full_path)) in include_dir()
2107 if (!_dbus_string_copy (dirname, 0, &full_path, 0)) in include_dir()
2110 _dbus_string_free (&full_path); in include_dir()
2114 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in include_dir()
2117 _dbus_string_free (&full_path); in include_dir()
[all …]
Dactivation.c509 DBusString full_path; in update_directory() local
524 if (!_dbus_string_init (&full_path)) in update_directory()
550 _dbus_string_set_length (&full_path, 0); in update_directory()
568 if (!_dbus_string_append (&full_path, s_dir->dir_c) || in update_directory()
569 !_dbus_concat_dir_and_file (&full_path, &filename)) in update_directory()
576 desktop_file = bus_desktop_file_load (&full_path, &tmp_error); in update_directory()
580 _dbus_string_get_const_data (&full_path), in update_directory()
602 _dbus_string_get_const_data (&full_path), tmp_error.message); in update_directory()
638 _dbus_string_free (&full_path); in update_directory()
1636 DBusString file_name, full_path; in test_create_service_file() local
[all …]
/external/chromium/base/
Dfile_util_posix.cc68 char full_path[PATH_MAX]; in GetDirectoryFromPath() local
69 base::strlcpy(full_path, WideToUTF8(path).c_str(), arraysize(full_path)); in GetDirectoryFromPath()
70 return UTF8ToWide(dirname(full_path)); in GetDirectoryFromPath()
75 char full_path[PATH_MAX]; in AbsolutePath() local
76 if (realpath(path->value().c_str(), full_path) == NULL) in AbsolutePath()
78 *path = FilePath(full_path); in AbsolutePath()
428 bool CreateDirectory(const FilePath& full_path) { in CreateDirectory() argument
432 FilePath last_path = full_path; in CreateDirectory()
433 subpaths.push_back(full_path); in CreateDirectory()
434 for (FilePath path = full_path.DirName(); in CreateDirectory()
[all …]
Dfile_util_win.cc527 bool CreateDirectory(const FilePath& full_path) { in CreateDirectory() argument
529 const wchar_t* full_path_str = full_path.value().c_str(); in CreateDirectory()
547 FilePath parent_path(full_path.DirName()); in CreateDirectory()
548 if (parent_path.value() == full_path.value()) { in CreateDirectory()
558 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) { in CreateDirectory()
Dfile_util.h303 bool CreateDirectory(const FilePath& full_path);
Dfile_util_unittest.cc290 const wchar_t* full_path; member
318 file_util::GetDirectoryFromPath(dir.full_path); in TEST_F()
/external/v8/test/es5conform/
Dtestcfg.py90 full_path = root_path + [file[:-3]]
91 full_path = [x for x in full_path if not (x in ['data', 'TestCases'])]
92 if self.Contains(path, full_path):
93 test = ES5ConformTestCase(join(root, file), full_path, self.context,
/external/v8/test/mozilla/
Dtestcfg.py120 full_path = root_path + [file[:-3]]
121 full_path = [x for x in full_path if x != 'data']
122 if self.Contains(path, full_path):
123 test = MozillaTestCase(join(root, file), full_path, self.context,
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
Djson_layout_results_generator.py156 full_path = os.path.join(self._port.layout_tests_dir(), test_name)
157 full_path = os.path.normpath(full_path)
158 if not os.path.exists(full_path):
Dtest_expectations.py635 full_path = os.path.join(self._port.layout_tests_dir(),
637 full_path = os.path.normpath(full_path)
641 if (self._tests_are_present and not os.path.exists(full_path)
642 and not os.path.exists(full_path + '-disabled')):
/external/v8/test/cctest/
Dtestcfg.py94 full_path = current_path + relative_path
97 if self.Contains(path, full_path):
98 result.append(CcTestCase(full_path, executable, mode, raw_test, dependency, self.context))
/external/v8/test/sputnik/
Dtestcfg.py96 full_path = current_path + [test.GetPath()[-1]]
97 if self.Contains(path, full_path):
98 case = SputnikTestCase(test, full_path, self.context, mode)
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
Dhttp_server_base.py77 full_path = os.path.join(folder, file)
78 os.remove(full_path)
/external/chromium/net/disk_cache/
Dbackend_impl.cc109 bool DelayedCacheCleanup(const FilePath& full_path) { in DelayedCacheCleanup() argument
110 FilePath current_path = full_path.StripTrailingSeparators(); in DelayedCacheCleanup()
127 if (!disk_cache::MoveCache(full_path, to_delete)) { in DelayedCacheCleanup()
174 Backend* CreateCacheBackend(const FilePath& full_path, bool force, in CreateCacheBackend() argument
177 return BackendImpl::CreateBackend(full_path, force, max_bytes, type, kNone); in CreateCacheBackend()
218 Backend* BackendImpl::CreateBackend(const FilePath& full_path, bool force, in CreateBackend() argument
221 BackendImpl* cache = new BackendImpl(full_path); in CreateBackend()
232 if (!DelayedCacheCleanup(full_path)) in CreateBackend()
237 cache = new BackendImpl(full_path); in CreateBackend()
Dbackend_impl.h55 static Backend* CreateBackend(const FilePath& full_path, bool force,
/external/chromium/googleurl/src/
Durl_parse.cc96 Component full_path; in DoParseAfterScheme() local
105 full_path = Component(); in DoParseAfterScheme()
107 full_path = Component(end_auth, spec_len - end_auth); in DoParseAfterScheme()
112 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref); in DoParseAfterScheme()
/external/bluetooth/glib/glib/
Dgkeyfile.h73 gchar **full_path,
78 gchar **full_path,
Dgbookmarkfile.h67 gchar **full_path,
Dgkeyfile.c584 gchar **full_path, in g_key_file_load_from_dirs() argument
626 if (found_file && full_path) in g_key_file_load_from_dirs()
627 *full_path = output_path; in g_key_file_load_from_dirs()
655 gchar **full_path, in g_key_file_load_from_data_dirs() argument
683 full_path, in g_key_file_load_from_data_dirs()
/external/protobuf/python/google/protobuf/internal/
Dtest_util.py556 full_path = os.path.join(path, 'src/google/protobuf/testdata', filename)
557 return open(full_path, 'rb')
/external/v8/tools/
Dtest.py613 full_path = current_path + [test_name]
614 result += test.ListTests(full_path, path, context, mode)