HomeSort by relevance Sort by last modified time
    Searched refs:full_path (Results 1 - 25 of 32) sorted by null

1 2

  /external/dbus/dbus/
dbus-auth-util.c 84 DBusString full_path; local
86 if (!_dbus_string_init (&full_path))
89 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
90 _dbus_assert_not_reached ("couldn't copy dir to full_path");
92 if (!_dbus_concat_dir_and_file (&full_path, &filename))
99 _dbus_string_free (&full_path);
105 if (!_dbus_auth_script_run (&full_path))
107 _dbus_string_free (&full_path);
111 _dbus_string_free (&full_path);
dbus-server-unix.c 87 DBusString full_path; local
90 if (!_dbus_string_init (&full_path))
98 _dbus_string_free (&full_path);
106 !_dbus_string_append (&full_path, tmpdir) ||
107 !_dbus_concat_dir_and_file (&full_path, &filename))
109 _dbus_string_free (&full_path);
118 _dbus_server_new_for_domain_socket (_dbus_string_get_const_data (&full_path),
126 _dbus_string_free (&full_path);
dbus-message-util.c 490 DBusString full_path; local
492 if (!_dbus_string_init (&full_path))
495 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
496 _dbus_assert_not_reached ("couldn't copy dir to full_path");
498 if (!_dbus_concat_dir_and_file (&full_path, &filename))
513 _dbus_string_free (&full_path);
520 if (! (*function) (&full_path,
523 _dbus_string_free (&full_path);
527 _dbus_string_free (&full_path);
    [all...]
  /development/testrunner/test_defs/
native_test.py 85 full_path = os.path.join(os.sep, "system", "bin", f)
89 "(cd /sdcard;%s)" % full_path,
100 adb.SendShellCommand("rm %s" % full_path)
141 full_path = os.path.join(path, binary)
142 if os.path.exists(full_path):
163 full_path = os.path.join(android_build.GetHostBin(), binary)
164 return run_command.RunHostCommand(full_path, valgrind=valgrind)
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server_base.py 77 full_path = os.path.join(folder, file)
78 os.remove(full_path)
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 80 // Creates the destinaton folder for this run, and returns it on full_path.
82 FilePath* full_path) {
111 *full_path = path.AppendASCII(folders[action]);
113 if (file_util::PathExists(*full_path))
116 return file_util::CreateDirectory(*full_path);
260 FilePath full_path; local
261 if (!CreateTargetFolder(path, action, &full_path)) {
267 return SimpleInsert(full_path, action);
270 return LoadOperations(full_path, action);
273 return SimpleRemove(full_path, action)
    [all...]
  /external/v8/test/es5conform/
testcfg.py 90 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,
  /system/extras/ext4_utils/
contents.h 22 char *full_path; member in struct:dentry
make_ext4fs.c 73 static u32 build_directory_structure(const char *full_path, const char *dir_path,
86 entries = scandir(full_path, &namelist, filter_dot, (void*)alphasort);
102 asprintf(&dentries[i].full_path, "%s/%s", full_path, namelist[i]->d_name);
106 ret = lstat(dentries[i].full_path, &stat);
148 readlink(dentries[i].full_path, dentries[i].link, info.block_size - 1);
161 entry_inode = make_file(dentries[i].full_path, dentries[i].size);
163 entry_inode = build_directory_structure(dentries[i].full_path,
166 entry_inode = make_link(dentries[i].full_path, dentries[i].link);
180 free(dentries[i].full_path);
    [all...]
  /external/v8/test/mozilla/
testcfg.py 120 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/v8/test/cctest/
testcfg.py 94 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/
testcfg.py 96 full_path = current_path + [test.GetPath()[-1]]
97 if self.Contains(path, full_path):
98 case = SputnikTestCase(test, full_path, self.context, mode)
  /external/dbus/bus/
config-parser.c 2099 DBusString full_path; local
2236 DBusString full_path, selinux_policy_root; local
2283 DBusString full_path; local
2373 DBusString full_path; local
2608 const DBusString *full_path; member in struct:__anon3321
2671 DBusString full_path; local
2930 DBusString full_path; local
3033 DBusString full_path; local
    [all...]
activation.c 509 DBusString full_path; local
524 if (!_dbus_string_init (&full_path))
550 _dbus_string_set_length (&full_path, 0);
568 if (!_dbus_string_append (&full_path, s_dir->dir_c) ||
569 !_dbus_concat_dir_and_file (&full_path, &filename))
576 desktop_file = bus_desktop_file_load (&full_path, &tmp_error);
580 _dbus_string_get_const_data (&full_path),
602 _dbus_string_get_const_data (&full_path), tmp_error.message);
638 _dbus_string_free (&full_path);
1636 DBusString file_name, full_path; local
1671 DBusString file_name, full_path; local
1703 DBusString filename, full_path; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py 156 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):
test_expectations.py 635 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')):
    [all...]
  /external/chromium/base/
file_util_posix.cc 68 char full_path[PATH_MAX]; local
69 base::strlcpy(full_path, WideToUTF8(path).c_str(), arraysize(full_path));
70 return UTF8ToWide(dirname(full_path));
75 char full_path[PATH_MAX]; local
76 if (realpath(path->value().c_str(), full_path) == NULL)
78 *path = FilePath(full_path);
428 bool CreateDirectory(const FilePath& full_path) {
432 FilePath last_path = full_path;
433 subpaths.push_back(full_path);
607 FilePath full_path = root_path_.Append(i->filename); local
    [all...]
file_util_win.cc 527 bool CreateDirectory(const FilePath& full_path) {
529 const wchar_t* full_path_str = full_path.value().c_str();
547 FilePath parent_path(full_path.DirName());
548 if (parent_path.value() == full_path.value()) {
558 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {
  /build/tools/lsd/
lsd.c 128 static source_t* init_source(char *full_path) {
131 ASSERT(full_path);
132 source->name = full_path;
135 INFO("Opening %s...\n", full_path);
136 source->elf_fd = open(full_path, O_RDONLY);
138 full_path,
141 INFO("Calling elf_begin(%s)...\n", full_path);
147 ERROR("Input file %s is not in ELF format!\n", full_path);
154 full_path);
159 full_path,
    [all...]
  /sdk/files/
find_java.bat 74 set full_path=%~1\bin\java.exe variable
82 echo Java was found at %full_path%.
87 echo ;%full_path%
  /external/bluetooth/glib/glib/
gkeyfile.h 73 gchar **full_path,
78 gchar **full_path,
gbookmarkfile.h 67 gchar **full_path,
  /external/chromium/net/disk_cache/
backend_impl.cc 109 bool DelayedCacheCleanup(const FilePath& full_path) {
110 FilePath current_path = full_path.StripTrailingSeparators();
127 if (!disk_cache::MoveCache(full_path, to_delete)) {
174 Backend* CreateCacheBackend(const FilePath& full_path, bool force,
177 return BackendImpl::CreateBackend(full_path, force, max_bytes, type, kNone);
218 Backend* BackendImpl::CreateBackend(const FilePath& full_path, bool force,
221 BackendImpl* cache = new BackendImpl(full_path);
232 if (!DelayedCacheCleanup(full_path))
237 cache = new BackendImpl(full_path);
    [all...]
  /external/chromium/googleurl/src/
url_parse.cc 96 Component full_path; local
105 full_path = Component();
107 full_path = Component(end_auth, spec_len - end_auth);
112 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref);
  /sdk/emulator/qtools/
trace_reader.h 583 static char full_path[4096]; local
588 full_path[0] = 0;
590 strcpy(full_path, root_);
592 strcat(full_path, region->path);
593 FILE *fobj = fopen(full_path, "r");
617 fprintf(stderr, "Cannot read ELF header from '%s'\n", full_path);
631 fprintf(stderr, "Can't read symbol table from '%s'\n", full_path);
638 fprintf(stderr, "Can't read symbol string table from '%s'\n", full_path);
    [all...]

Completed in 399 milliseconds

1 2