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

  /external/webkit/WebKitTools/wx/build/
build_utils.py 71 relpath = os.path.join(adir, feature)
72 featuredir = os.path.join(root, relpath)
73 if os.path.exists(featuredir) and not relpath in outdirs:
74 outdirs.append(relpath)
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 986 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) {
992 if (relpath != NULL) {
994 strcat(path, relpath);
999 if (strstr(relpath, ".tab") == NULL) {
1003 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1006 strcpy(pzonename, relpath);
1027 if (relpath != NULL) {
1028 strcpy(subpath, relpath);