Searched defs:relpath (Results 1 - 8 of 8) sorted by path

/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl_unittest.cc97 GURL GetTestFileUrl(const std::string& relpath) { argument
104 return GURL(base_url.spec() + "/" + relpath);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py230 def relpath(self, path, start='.'): member in class:FileSystem
231 return os.path.relpath(path, start)
H A Dfilesystem_mock.py342 def relpath(self, path, start='.'): member in class:MockFileSystem
343 # Since os.path.relpath() calls os.path.normpath()
400 destination_path = self.join(destination, self.relpath(source_file, source))
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c986 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { argument
992 if (relpath != NULL) {
994 strcat(path, relpath);
999 if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) {
1003 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1006 strcpy(pzonename, relpath);
1027 if (relpath != NULL) {
1028 strcpy(subpath, relpath);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1242 const char* relpath = "."; local
1244 char* res = realpath(relpath, path);
1250 const char* relpath = "."; local
1251 char* res = realpath(relpath, NULL);
1259 const char* relpath = "."; local
1260 char* res = canonicalize_file_name(relpath);
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c986 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { argument
992 if (relpath != NULL) {
994 strcat(path, relpath);
999 if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) {
1003 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1006 strcpy(pzonename, relpath);
1027 if (relpath != NULL) {
1028 strcpy(subpath, relpath);
/external/lldb/test/unittest2/
H A Dcompatibility.py62 relpath = _relpath_nt variable
64 relpath = _relpath_posix variable
H A Dloader.py15 from os.path import relpath namespace
17 from unittest2.compatibility import relpath namespace
230 _relpath = relpath(path, self._top_level_dir)

Completed in 256 milliseconds