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

  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 535 // Stop going backwards at kRootDir; and skip by the first slash.
536 static const char kRootDir[] = ""; // can set this to root directory,
539 if (sizeof(kRootDir)-1 == 0) // no prefix to strip
545 if (strncmp(clean_name, kRootDir, sizeof(kRootDir)-1) == 0) {
547 clean_name += sizeof(kRootDir)-1; // past "/myproject/"
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 535 // Stop going backwards at kRootDir; and skip by the first slash.
536 static const char kRootDir[] = ""; // can set this to root directory,
539 if (sizeof(kRootDir)-1 == 0) // no prefix to strip
545 if (strncmp(clean_name, kRootDir, sizeof(kRootDir)-1) == 0) {
547 clean_name += sizeof(kRootDir)-1; // past "/myproject/"
    [all...]

Completed in 37 milliseconds