HomeSort by relevance Sort by last modified time
    Searched defs:full_path (Results 1 - 12 of 12) sorted by null

  /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/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...]
  /system/extras/ext4_utils/
contents.h 22 char *full_path; member in struct:dentry
  /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/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);
  /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_unittest.cc 290 const wchar_t* full_path; member in struct:__anon2323::dir_case
318 file_util::GetDirectoryFromPath(dir.full_path);
    [all...]
  /external/dbus/bus/
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...]
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...]
  /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 267 milliseconds