HomeSort by relevance Sort by last modified time
    Searched refs:child_path (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/common/
child_process_host_impl.cc 94 base::FilePath child_path; local
96 child_path = base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
105 if (child_path.empty() && flags & CHILD_ALLOW_SELF && !RunningOnValgrind())
106 child_path = base::FilePath(base::kProcSelfExe);
111 if (child_path.empty())
112 PathService::Get(CHILD_PROCESS_EXE, &child_path);
122 child_path = TransformPathForFeature(child_path, "NP");
129 child_path = TransformPathForFeature(child_path, "EH")
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
mock_file_system.py 81 for child_path, child_version in stat.child_versions.iteritems():
82 stat.child_versions[child_path] = stradd(
83 stat.child_versions[child_path],
84 self._stat_tracker.GetVersion(posixpath.join(path, child_path)))
  /system/core/sdcard/
sdcard.c 859 char child_path[PATH_MAX]; local
870 child_path, sizeof(child_path), 1))) {
877 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path);
990 char child_path[PATH_MAX]; local
1002 child_path, sizeof(child_path), 1))) {
1009 if (mknod(child_path, mode, req->rdev) < 0) {
1012 return fuse_reply_entry(fuse, hdr->unique, parent_node, name, actual_name, child_path);
1021 char child_path[PATH_MAX]; local
1071 char child_path[PATH_MAX]; local
1100 char child_path[PATH_MAX]; local
    [all...]
  /external/chromium_org/chrome/browser/mac/
relauncher.cc 85 base::FilePath child_path; local
86 if (!PathService::Get(content::CHILD_PROCESS_EXE, &child_path)) {
92 return RelaunchAppWithHelper(child_path.value(), relauncher_args, args);
  /external/lldb/source/Host/common/
FileSpec.cpp 956 char child_path[PATH_MAX]; local
957 const int child_path_len = ::snprintf (child_path, sizeof(child_path), "%s/%s", dir_path, dp->d_name);
958 if (child_path_len < (int)(sizeof(child_path) - 1))
961 FileSpec child_path_spec (child_path, false);
974 if (FileSpec::EnumerateDirectory (child_path,
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]

Completed in 397 milliseconds