Searched refs:start_of_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-freebsd.cc155 char* start_of_path = index(buffer, '/'); local
157 if (start_of_path == NULL) continue;
159 result.push_back(SharedLibraryAddress(start_of_path, start, end));

Completed in 34 milliseconds