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

  /external/clang/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
6 use lib dirname(abs_path($0));
ccc-analyzer 18 use Cwd qw/ getcwd abs_path /;
119 print OUT abs_path($file), "\n";
scan-build 23 use Cwd qw/ getcwd abs_path /;
372 $BugFile = abs_path($1);
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.cc 35 std::string abs_path = GetAbsParts(path).Join(); local
38 if (mounts_.find(abs_path) != mounts_.end())
41 mounts_[abs_path] = mnt;
46 std::string abs_path = GetAbsParts(path).Join(); local
49 MountMap_t::iterator it = mounts_.find(abs_path);
131 std::string abs_path = GetAbsParts(path).Join(); local
136 Error error = AcquireMountAndNode(abs_path, O_RDONLY, &mnt, &node);
144 cwd_ = abs_path;
kernel_proxy.cc 303 std::string abs_path = GetAbsParts(target).Join(); local
315 smap["TARGET"] = abs_path;
341 error = AttachMountAtPath(mnt, abs_path);
  /external/chromium_org/chrome/test/webdriver/test/
util.py 21 abs_path = os.path.abspath(path)
25 drive, rest = os.path.splitdrive(abs_path)
29 quoted_path = urllib.quote(abs_path)
  /external/chromium_org/third_party/lcov/bin/
mcov 28 my $directory = Cwd::abs_path(Cwd::getcwd);
46 $directory = Cwd::abs_path($directory);
49 $output_filename = Cwd::abs_path($output_filename);
74 push(@file_list, Cwd::abs_path($file));
185 print(INFO_HANDLE "SF:", Cwd::abs_path($source_filename), "\n");
  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 172 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:]))
173 chrome_flags.append('-I' + abs_path)
  /external/chromium_org/content/browser/gpu/
gpu_pixel_browsertest.cc 57 base::FilePath abs_path(base::MakeAbsoluteFilePath(file_path));
58 if (abs_path.empty())
62 return file_util::ReadFileToString(abs_path, &png_data) &&
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
svn.py 198 abs_path = os.path.abspath(path)
199 parent, base = os.path.split(abs_path)
201 self._delete_parent_directories(os.path.dirname(abs_path))
  /external/skia/bench/
bench_graph_svg.py 179 abs_path = os.path.abspath('.')
181 abs_path = os.path.abspath(os.path.join(abs_path, path_part))
182 return abs_path
193 abs_path = get_abs_path(output_path)
194 sys.stdout = open(abs_path, 'w')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 589 abs_path = self.tool.filesystem.join(port.layout_tests_dir(), path)
590 self.tool.filesystem.write_text_file(abs_path, contents)
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 70 use Cwd qw /abs_path getcwd/;
864 $file = abs_path($file);
971 $file = abs_path($file);
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 586 abs_path = os.path.abspath(path_str)
590 drive, rest = os.path.splitdrive(abs_path)
594 quoted_path = urllib.quote(abs_path)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 1557 milliseconds